HighContrast: Update spinner rendering
authorMatthias Clasen <mclasen@redhat.com>
Sun, 25 Oct 2015 19:21:52 +0000 (15:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 25 Oct 2015 19:45:13 +0000 (15:45 -0400)
Adapt HighContrast to the changes in the pre-previous commit.

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index bd93cc35647a1f8cc3d58a0e89feef34c2989fcb..1d8721f7d869c021de54d66885b44f71b607fc90 100644 (file)
@@ -164,7 +164,7 @@ label {
     to { -gtk-icon-transform: rotate(1turn); }
 }
 
-.spinner {
+spinner {
   background-image: none;
   background-color: blue;
   opacity: 0; // non spinning spinner makes no sense
index 65a3f2979e1131815f184f4a9c5c71da366afdd6..12b353b0b03075f604847fbb6db7e3a57753c0ed 100644 (file)
@@ -182,15 +182,15 @@ label:insensitive, label:backdrop:insensitive {
 @keyframes spin {
   to {
     -gtk-icon-transform: rotate(1turn); } }
-.spinner {
+spinner {
   background-image: none;
   background-color: blue;
   opacity: 0;
   -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
-  .spinner:active {
+  spinner:active {
     opacity: 1;
     animation: spin 1s linear infinite; }
-    .spinner:active:insensitive {
+    spinner:active:insensitive {
       opacity: 0.5; }
 
 /****************